net/http.http2inflow.add (method)

9 uses

	net/http (current package)
		h2_bundle.go#L1337: func (f *http2inflow) add(n int) (connAdd int32) {
		h2_bundle.go#L6345: 		send = sc.inflow.add(n)
		h2_bundle.go#L6348: 		send = st.inflow.add(n)
		h2_bundle.go#L9803: 	connAdd := cc.inflow.add(n)
		h2_bundle.go#L9806: 		streamAdd = cs.inflow.add(n)
		h2_bundle.go#L9837: 		connAdd := cc.inflow.add(unread)
		h2_bundle.go#L9886: 			connAdd := cc.inflow.add(int(f.Length))
		h2_bundle.go#L9949: 		sendConn := cc.inflow.add(refund)
		h2_bundle.go#L9952: 			sendStream = cs.inflow.add(refund)